The HDF_VG_GETINFO procedure is a general VGroup inquiry routine. Set the various keywords to named variables to return information about different aspects of a VGroup in an HDF file.
HDF_VG_GETINFO, VGroup [, CLASS=variable] [, NAME=variable] [, NENTRIES=variable] [, REF=variable] [, TAG=variable]
The VGroup handle returned by a previous call to HDF_VG_ATTACH.
Set this keyword to a named variable in which the class of the VGroup is returned as a string.
Set this keyword to a named variable in which the name of the VGroup is returned as a string.
Set this keyword to a named variable in which the number of objects inside the VGroup is returned as a long integer.
Set this keyword to a named variable in which the reference number of the specified Vgroup is returned.
Set this keyword to a named variable in which the tag number of the specified Vgroup is returned.
HDF_VG_GETINFO, Vgrp, CLASS=c, NAME=nm, NENTRIES=n
PRINT, c, nm, n
4.0 |
Introduced |